Deprecated Service Broker Methods
The following methods were deprecated in the Service Broker due to its NSO specificity and replaced with a direct adapter method, where indicated.
| Method | Description | Deprecation Release | Scheduled Removal Release | Replacement |
|---|---|---|---|---|
| addServiceInstanceFromObject | Add a service instance object to NSO. | 2018.3 | 2019.2 | adapter-nso addServiceInstanceFromObject |
| cleanUpInstances | Delete services from NSO. | 2018.3 | 2019.2 | adapter-nso deleteServiceWithOptions |
| deleteService | Delete a service instance from NSO. | 2018.3 | 2019.2 | adapter-nso deleteService |
| deleteServiceDryRun | Dry runs of a service deletion from NSO. | 2018.3 | 2019.2 | adapter-nso deleteServiceDryRun |
| dryrunService | Get a dryrun from adding a service instance. | 2018.3 | 2019.2 | adapter-nso dryrunService |
| dryrunServiceInstance | Dry runs the addition of the service instance in NSO. | 2018.3 | 2019.2 | adapter-nso dryrunServiceInstance |
| dryrunServiceInstanceObject | Dry runs the addition of the service instance object in NSO. | 2018.3 | 2019.2 | adapter-nso dryrunServiceInstanceObject |
| dryrunXML | Dryrun an XML object. | 2018.3 | 2019.2 | adapter-nso dryRunXML |
| deleteServicePoint | Deletes a device from a service point in golden services. | 2018.3 | 2019.2 | adapter-nso deleteServicePoint |
| fetchData | Performs a search on all currently running NSO instances (set as service types). | 2018.3 | 2019.2 | adapter-nso fetchData |
| findService | Retrieve service data. | 2018.3 | 2019.2 | adapter-nso compileYang |
| getDeviceModifications | Get device modifications. | 2018.3 | 2019.2 | adapter-nso getDeviceModificationsForServiceInstance |
| getDevicesInServiceInstance | Gets the devices in a particular service instance. | 2018.3 | 2019.2 | adapter-nso getDevicesInServiceInstance |
| getServiceInstanceArray | Gets an array of service instances for a particular service model. | 2018.3 | 2019.2 | adapter-nso getServiceInstanceArray |
| getServiceInstanceDetails | Gets the details of a specific service instance. | 2018.3 | 2019.2 | adapter-nso getServiceInstanceDetails |
| getServiceInstanceMap | Gets the map of a particular service instance. | 2018.3 | 2019.2 | adapter-nso getServiceInstanceMap |
| getServiceInstanceObjectTemplate | Gets a service instance object from a template. | 2018.3 | 2019.2 | adapter-nso getServiceInstanceObjectTemplate |
| getServiceModelDetails | Gets the details of a particular service model. | 2018.3 | 2019.2 | adapter-nso getServiceModelDetails |
| getServiceModelFields | Gets the service model fields for a particular service | 2018.3 | 2019.2 | adapter-nso getServiceModelFields |
| getServiceModelFields_old | Gets the service model fields for a particular service model. | 2018.3 | 2019.2 | adapter-nso getServiceModels |
| getServiceModelInstanceDetails | Gets the details of a service instance. | 2018.3 | 2019.2 | adapter-nso getServiceModelDetails |
| getServiceModelInstances | Retrieves all service instances for particular service model. | 2018.3 | 2019.2 | adapter-nso getServiceModelInstances |
| getServiceModelMap | Gets all the service Models IAP (Itential Automation Platform) currently has access to. | 2018.3 | 2019.2 | adapter-nso getServiceModelMap |
| provisionXML | Provision a service with an XML object. | 2018.3 | 2019.2 | adapter-nso provisionXML |
| restQuery | Makes a REST query call to NSO. | 2018.3 | 2019.2 | Replaced by NSO Manager restQuery function. |
| runAction | Executes an action on the adapter. | 2018.3 | 2019.2 | adapter-nso runAction |
| serviceCheckSync | Checks to see if the service is in-sync. | 2018.3 | 2019.2 | adapter-nso serviceCheckSync |
| syncData | Sync service config to NSO. | 2018.3 | 2019.2 | adapter-nso saveServiceInstances |